Uses of Enum
com.cisco.pt.ipc.enums.IPV6AddressType
Packages that use IPV6AddressType
Package
Description
-
Uses of IPV6AddressType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return IPV6AddressTypeModifier and TypeMethodDescriptionstatic IPV6AddressTypeIPV6AddressType.fromIntValue(int value) static IPV6AddressTypeIPV6AddressType.fromIntValue(Integer value) static IPV6AddressTypeReturns the enum constant of this type with the specified name.static IPV6AddressType[]IPV6AddressType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IPV6AddressType in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events declared as IPV6AddressType -
Uses of IPV6AddressType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return IPV6AddressTypeMethods in com.cisco.pt.ipc.sim with parameters of type IPV6AddressTypeModifier and TypeMethodDescriptionbooleanHostPort.addIpv6Address(IPV6Address ipAddress, int prefix, IPV6AddressType type, boolean bAllowDup) Information provided by the PKI file:booleanHostPort.removeIpv6Address(IPV6Address ipAddress, int prefix, IPV6AddressType type) Information provided by the PKI file:voidIPV6AddressConfig.setType(IPV6AddressType type) -
Uses of IPV6AddressType in com.cisco.pt.ipc.sim.impl
Fields in com.cisco.pt.ipc.sim.impl declared as IPV6AddressTypeMethods in com.cisco.pt.ipc.sim.impl that return IPV6AddressTypeMethods in com.cisco.pt.ipc.sim.impl with parameters of type IPV6AddressTypeModifier and TypeMethodDescriptionbooleanHostPortImpl.addIpv6Address(IPV6Address ipAddress, int prefix, IPV6AddressType type, boolean bAllowDup) Information provided by the PKI file:booleanHostPortImpl.removeIpv6Address(IPV6Address ipAddress, int prefix, IPV6AddressType type) Information provided by the PKI file:voidIPV6AddressConfigImpl.setType(IPV6AddressType type)